loop array objective c

197

loop array objective c -

for (id object in array) {
    // do something with object
}

Comments

Submit
0 Comments